﻿
/*主要内容  开始*/
.cont-wrap{
    width: 100%;
}
/*轮播图*/
.index-banner{
    width: 100%;
}

.index-banner>.focus {
    width: 100%;
    position: relative;
}

.index-banner>.focus .banner-img {
    width: 100%;
    overflow: hidden;
}

.index-banner>.focus .banner-img ul {
    width: 100%;
    float: left;
}

.index-banner>.focus .banner-img li {
    width: 100%;
    float: left;
}
.index-banner>.focus .banner-img li a{
    width: 100%;
    vertical-align: middle;
}
.index-banner>.focus .banner-img li img {
    width: 100%;
    float: left;
    vertical-align: middle;
}

.index-banner>.focus .spot {
    /*width: 96px;*/
    height: 14px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    z-index: 13;
}

.index-banner>.focus .spot ul li {
    width: 10px;
    height: 10px;
    float: left;
    display: inline;
    margin: 0 5px;
    border-radius: 6px;
    cursor: pointer;
    background: url("../images/banner-radio.png") no-repeat center center;
}

.index-banner>.focus .spot ul li.on {
    background: url("../images/banner-border.png") no-repeat center center;
}

.searchapp{
    display: none;
}


/*我们的产品*/
.our-wrap{
    width: 100%;
    padding-bottom: 110px;
    background: #f0f0f0;
}
/* .our-tle{
    display: flex;
    justify-content: space-between;
} */
.our-tle-left{
    float: left;
    width: 21%;
    padding: 35px 0;
}
.our-tle-left img{
    width: 100%;
}
.our-tle-right{
    float: right;
    padding: 30px 0;
}
.our-tle-right>a{
    width: 140px;
    height: 28px;
    line-height: 28px;
    border:2px solid #1e2974;
    border-radius: 3px;
    font-size: 14px;
    color:#1e2974;
    text-align: center;
}
.our-tle-right>a em{
    width: 7px;
    height: 10px;
    background: url("../images/blue-arr.png") no-repeat center center;
}
.our-ul{
    width: 100%;
}
.our-ul li{
    float: left;
    width: 33%;
    margin:2px 2px 20px 0;
}
.our-ul li a{
    width: 100%;
background-color: #ffffff;
padding-bottom:10px;
}
.our-ul li a img{
    width: 99%;
    vertical-align: top;
    margin-bottom: 5px;
}
.our-ul li a{
    text-align: center;
    color: #333333;
    font-size: 16px;
}
.our-ul li a p{
    padding: 10px;
}
.tle-disple-pc{
    display: block;
}
.tle-disple-app{
    display: none;
}

/*快速销售*/
.phone-fast-wrap{
    display: none;
}
.fast-wrap{
    width: 100%;
    background: #4d00a6;
}
.fast-tle{
    /* display: flex;
    justify-content: center; */
}
.fast-tle-left{
    float: left;
    width: 21%;
    padding: 40px 0;
}
.fast-tle-left img{
    width: 100%;
}
.fast-tle-right{
    float: right;
    padding: 35px 0;
}
.fast-tle-right>a{
    width: 136px;
    height: 28px;
    line-height: 28px;
    border:2px solid #fff;
    border-radius: 3px;
    font-size: 14px;
    color:#fff;
    text-align: center;
}
.fast-tle-right>a em{
    width: 7px;
    height: 10px;
    background: url("../images/white-arr.png") no-repeat center center;
}

/*快速销售轮播图*/
.picScroll-left {
    width: 100%;
    padding-bottom: 110px;
    position: relative;
}

.picScroll-left .hd {
    overflow: hidden;
}

.picScroll-left .hd>a{
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    top:156px;
    border-radius: 25px;
    float: right;
    overflow: hidden;
    cursor: pointer;
    background: #000;
    opacity: .1;
    z-index: 30;
}
.picScroll-left .hd>a img{
    margin:15px 17px;
}
.picScroll-left .hd>a.next{
    left:0px;
}
.picScroll-left .hd>a.prev{
    right:0px;
}

.picScroll-left .hd .prevStop {
    background-position: -60px 0;
}

.picScroll-left .hd .nextStop {
    background-position: -60px -50px;
}

.picScroll-left .hd ul {
    position: absolute;
    bottom:60px;
    left:50%;
    transform: translateX(-50%);
    z-index: 500;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
}

.picScroll-left .hd ul li {
    float: left;
    width: 8px;
    height: 8px;
    margin-top: 2px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("../images/small-radio-2.png") no-repeat center center;
}

.picScroll-left .hd ul li.on {
    width: 9px;
    height: 10px;
    margin-top: 1px;
    /*margin-bottom: -2px;*/
    background: url("../images/small-radio-1.png") no-repeat center center;
}

.picScroll-left .bd {
    width: 100%;
}

.picScroll-left .bd ul {
    width: 100%;
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    width: 24.6%;
    background: #fff;
    margin: 0 2px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}
.picScroll-left .bd ul li>a{
    width: 100%;
}
.bd-wrap{
    width: 100%;
    height: 218px;
    background:linear-gradient(#fff,#f3f3f3);
}
.bd-img{
    margin:0 auto;
}
.bd-img img{
    width: 100%;
}
.bd-cont{
    width: 100%;
    padding-bottom: 10px;
}
.bd-cont-top{
    width:90%;
    padding: 24px 3% 0 7%;
}
.bd-cont-top>span{
    float: left;
    width:80%;
    height:34px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

    font-size: 18px;
    color:#54a952;
    padding: 14px 0 20px;
}
.bd-cont-top>em{
    float: right;
    width: 14px;
    height: 12px;
    padding: 16px 0 20px;
    background: url("../images/yellow-heart.png") no-repeat center center;
}
.bd-cont-down{
    padding: 0 20px 0 30px;
}
.bd-cont-down>span{
    float: right;
    width: 120px;
    height: 50px;
    line-height: 50px;
    background: #44a33e;
    font-size: 30px;
    color:#fef503;
    font-weight: 600;
    text-align: center;
    border-radius: 10px;
}
.picScroll-left .bd ul li:hover .bd-wrap{
    background: #e5e5e5;
}
.picScroll-left .bd ul li:hover .bd-cont{
    background: #44a33e;
}
.picScroll-left .bd ul li:hover .bd-cont-top>span{
    color:#fff;
}
.picScroll-left .bd ul li:hover .bd-cont-top>em{
    background: url("../images/white-heart.png") no-repeat center center;
}

/*图片背景*/
.rashan-wrap{
    width: 100%;
    padding: 50px 0;
    background: url("../images/fap-back.jpg") no-repeat center center;
    background-size: cover;
    /*background: #44a33e;*/
    display: block;
}

.rashan-right{
    float: right;
    width: 21%;
    padding: 0 4% 56px;
    background: #f5e3d4;
    border-radius: 5px;
}
.rashan-right>h4{
    padding-top: 66px;
    font-size: 30px;
    color:#333;
    font-weight: 400;
    text-align: center;
}
.rashan-right>p{
    text-align: center;
}
.rashan-right>p>span{
    width: 20px;
    height: 26px;
    border-bottom: 1px solid #000;
}
.rashan-right .rashan-cont{
    width: 100%;
    padding-bottom: 42px;
}
.rashan-right .rashan-cont>p{
    line-height: 30px;
    font-size: 14px;
    color:#777;
    text-align: center;
}
.rashan-right .rashan-cont>p:first-child{
    padding: 14px 0 16px;
}
.rashan-right>p>a{
    font-size: 14px;
    color:#555;
    text-align: center;
}
.rashan-right>p>a em{
    width: 26px;
    height: 26px;
    background: url("../images/more-radio.png") no-repeat center center;
    margin:0 6px -8px 0;
}

/*主要内容  结束*/
















































